Skip to content

Support exporting to ONNX#97

Draft
WilliamYue37 wants to merge 1 commit intomainfrom
feat/onnx
Draft

Support exporting to ONNX#97
WilliamYue37 wants to merge 1 commit intomainfrom
feat/onnx

Conversation

@WilliamYue37
Copy link
Member

What this does

Supports exporting to ONNX.

How it was tested

Explain/show how you tested your changes.

Examples:

  • Added test_something in tests/test_stuff.py.
  • Added new_feature and checked that training converges with policy X on dataset/environment Y.
  • Optimized some_function, it now runs X times faster than previously.

How to checkout & try? (for the reviewer)

Provide a simple way for the reviewer to try out your changes.

Examples:

pytest -sx tests/test_stuff.py::test_something
python src/opentau/scripts/train.py --some.option=true
opentau-train --config_path=configs/examples/pi05_training_config.json

Checklist

  • I have added Google-style docstrings to important functions and ensured function parameters are typed.
  • My PR includes policy-related changes.
    • If the above is checked: I have run the GPU pytests (pytest -m "gpu") and regression tests.

Note: Before submitting this PR, please read the contributor guideline.

@WilliamYue37 WilliamYue37 self-assigned this Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant